//==============================================================================
// FancyGate_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define empower
{
   SetSelector
   {
      EmpowerLogic
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualnone Jimmy
            }
         }
      }
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualparticle SFX E Pharaoh Empower Small
            }
         }
      }
   }
}

//==============================================================================
define ring
{
   set hotspot
   {
      version
      {
         Visualparticle SFX E Isis Monument Ring
      }
   }
}
//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}
//==============================================================================
define Stand
{
   set hotspot
   {
      version
      {
         Visual Building E Monument3 Stand
      }
   }  
}
//==============================================================================
anim Build
{
   SetSelector
   {
      set hotspot
      {
     version
     {
        Visual Building E Monument3
		connect ATTACHPOINT ring hotspot
		connect hotspot stand hotspot
     }
     }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
		CinematicLogic
		SetSelector
		{
			ConstructionLogic 0 33 66
			set hotspot
			{
				version
				{
					Visual Building E Monument3
					connect attachpoint ring hotspot
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall A
					connect CHIN E_Small_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot empower hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall B
					connect CHIN E_Small_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot empower hotspot

				}
			}
			set hotspot
			{
				version
				{
					Visual Building E Monument3 Construction
					connect HOTSPOT empower hotspot
					//connect attachpoint E_Long_Brick hotspot
					//connect face E_Long_Brick hotspot
					//connect chin E_Medium_Brick hotspot
					//connect leftfoot E_Medium_Brick hotspot
					//connect lefthand E_Small_Brick hotspot
					//connect leftleg E_Small_Brick hotspot
				}
			}
		}
		SetSelector
		{
			ConstructionLogic 0 33 66
			set hotspot
			{
				version
				{
					Visual Building E Monument3_cinematic
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall A
					connect CHIN E_Small_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall B
					connect CHIN E_Small_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}	
			set hotspot
			{
				version
				{
					Visual Building E Monument3 Construction
					connect HOTSPOT empower hotspot
				}
			}				
		}
	}
}
//==============================================================================
anim Death
{
   SetSelector
   {
      ConstructionLogic 0 33 66
      set hotspot
      {
         version
         {
            Visual Building E Monument3_Death
				connect hotspot Stand hotspot
				connect smoke0 dust hotspot
				connect smoke1 dust hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction XSmall A
			connect CHIN E_Small_Brick hotspot
			connect ATTACHPOINT E_Long_Brick hotspot
			connect hotspot empower hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction XSmall B
			connect CHIN E_Small_Brick hotspot
			connect ATTACHPOINT E_Long_Brick hotspot
		        connect hotspot empower hotspot

         }
      }
      set hotspot
      {
         version
         {
            Visual Building E Monument3 Construction
            connect HOTSPOT empower hotspot
			//connect attachpoint E_Long_Brick hotspot
			//connect face E_Long_Brick hotspot
			//connect chin E_Medium_Brick hotspot
			//connect leftfoot E_Medium_Brick hotspot
			//connect lefthand E_Small_Brick hotspot
			//connect leftleg E_Small_Brick hotspot
         }
      }
   }
}
